home *** CD-ROM | disk | FTP | other *** search
- BRIDGEIT.BAS
-
- FOR THOSE WHO REQUESTED THE SORCE FOR BRIDGE-IT, HERE IT IS! I HAD TO CLEAN
- IT UP SOMEWHAT SO USERS MIGHT BE ABLE TO TELL WHAT IS WHAT. I HOPE YOU CAN
- BENEFIT FROM THE SOURCE FILE OF THIS GAME, BUT DON'T COUNT ON IT! MY BASIC
- KILLS ARE LIMITED BUT AT LEAST IT WORKS. ALSO THERE IS A DEBUGGED VERSION
- INCLUDED IN THIS ARCHIVE FILE. THE FIRST VERSION DIDN'T UPDATE THE ARRAY'S
- THAT KEEP TRACK OF THE PREVIOUS GAME, SO INSTEAD OF A MIN OF 5 BRIDGES TO
- WIN THE GAME, IT WAS POSSIBLE OF WINNING WITH ONLY ONE.(NO I DIDN'T MAKE IT
- THAT WAY JUST FOR ME, BUT ITS A THOUGHT?) This is the source code to the
- Bridge-it game on this month's games disk.
-
-
- EDSPRITE.BAS
-
- This is a repaired version of EDSPRITE.GFA which was uploaded earlier and
- contained some bugs. This is a sprite and mouse shape editor that functions
- in all resolutions, and provides a built-in tutor for making your GFA Basic
- programs work in monochrome and color. Allows you to save shapes as .LST
- files for use in .GFA programs, or as .SHP files for use by programs
- compiled in any language. This is the source code of the very well done
- sprite editor found on this month's application disk.
-
-
- GFABASRO.PRG
-
- This is the runtime GFA program which will allow you to run all of these
- programs with GFA Basic. Check them out. Quite a few good programs.
-
-
- GFACUBE.BAS
-
- This program was originally written in C, then Pascal, and now in GFA-BASIC!
- The program displays a rotating cube on the screen in any resolution.
- The original version used screen 'flipping' to keep the flickering to a
- minimum, but I will do this ASAP. In the meantime, ENJOY! Even using the
- interpreter, this demo is doing alot of work without any problem...
-
-
- GFAMICE.BAS
-
- Since many non-programmer types aren't aware of them, I decided to write
- a program in GFA-BASIC that would display the eight internally-defined
- mouse shapes on the screen, depending on where the mouse is pointing.
- My first version of this showed my that repeated calls to DEFMOUSE had to
- be spaced out, due to OS problems... But, this works on ALL resolutions.
- ENJOY. Terry White
-
-
- GFA_FX.BAS
- GFA_FX.DOC
- GFA_FX_1.PRG
- GFA_FX_2.PRG
- GFA_FX_M.PRG
-
- GFA Basic F/X demonstrates some of the many features of G.F.A. Basic.
- The program shows how to use the EXEC Command, Default Windows, Sprites,
- Ect.
- It will run on Color or Monochrome Systems This is a very good demonstation
- program to show you what you can do with GFA Basic.
-
-
- MATHGRAF.BAS
-
- This is a conversion from the Amiga of Math Graphics. It only runs in
- Low Resolution which is only supposed to have 4 colors. But this sure
- puts more then 4 colors on the screen. Its very impressive!!!
-
-
- PLOTFIT.BAS
-
- This is a graph plotting program, It is written in GFA BASIC in Germany
- The program is all English but the docs are in German. So until some kind
- sole will translate the docs its going to be experiment and have fun.
- mono or color. This is the source code for the plotting program. To run
- this program, you will need the support files found on this month's
- application disk.
-
-
- ROLF.BAS
-
- A neat little DEMO by Rolf Hilchner from GFA. Draws a small graphics
- block and then pops it all over the screen. designed for color monitor
-
-
- SOLATERM.BAS
-
- Keywords: SOLATERM GFA BASIC TERMINAL MODEM
-
- Solaterm is a complete terminal program written in GFA BASIC. It features a
- very nice autodialer. Most commands can be accessed with the HELP key, or
- through alternate key sequences. The DOC file is a little old, but it
- should get you started. This is the source code. The program and
- documentation can be found on this month's communications disk.
-
-
- TEXTRICK.BAS
-
- As you know you can display text in Color using the TEXT Command,
- and you can Set Text Color using the DEFTEXT Command. However,try
- displaying Text in Color with the PRINT Command. All you will get
- is black text. This demo shows, not only how to PRINT Text in
- Color,but also how to PRINT Text in Inverse Mode, and Print Text
- with different Color backgrounds. It's quick, and easy and it
- works!
-
-
- TIDBITS.DOC
-
- This file describes how to use a few Gemdos, Bios, and Xbios functions
- that are not implemented in GFA. These are usefull Commands and can
- easily be used.
-
-
- TRIGRAFS.BAS
-
- THIS SHORT ROUTINE WAS ORIGINALY PUBLISHED IN YOUR ST MANUAL. WHAT I HAVE
- DONE IS CONVERT IT TO GFA BASIC AND ADDED SOME ROUTINES TO HELP YOU SEE
- WHAT AN EASY AND POWERFULL LANGUAGE GFA BASIC IS. This program plots the
- trig functions and shows how they look.
-